home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 58 / CD-ROM N°58.iso / navigateurs / Netscape Folder / defaults / pref / all.js < prev    next >
Encoding:
Text File  |  2000-04-19  |  24.1 KB  |  513 lines  |  [TEXT/MOSS]

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is mozilla.org code.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation.  Portions created by Netscape are
  17.  * Copyright (C) 1998 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s): 
  21.  */
  22.  
  23. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  24. //  The first character after a period must be alphabetic.
  25.  
  26. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  27.  
  28. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  29. pref("keyword.enabled", false);
  30. pref("general.useragent.locale", "en-US");
  31. pref("general.useragent.misc", "m14");
  32.  
  33. pref("general.startup.browser",             true);
  34. pref("general.startup.mail",                false);
  35. pref("general.startup.news",                false);
  36. pref("general.startup.editor",              false);
  37. pref("general.startup.compose",             false);
  38. pref("general.startup.addressbook",         false);
  39.  
  40. pref("general.always_load_images",          true);
  41. pref("general.always_load_movies",          true);
  42. pref("general.always_load_sounds",          true);
  43. pref("general.title_tips",                  true);
  44.  
  45. pref("general.help_source.site",            1); // 0 = Netscape, 1 = installed, 2 = custom
  46. pref("general.help_source.url",             "");
  47.  
  48. pref("general.fullcircle_enable",           true);
  49. pref("general.fullcircle_collect_ns_data",  false);
  50.  
  51. pref("browser.enable_style_sheets",         true);
  52. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  53. pref("browser.startup.page",                1);     
  54. pref("browser.startup.homepage",       "http://www.mozilla.org/");
  55. // "browser.startup.homepage_override" was for 4.x
  56. pref("browser.startup.homepage_override.1", true);
  57. pref("browser.startup.autoload_homepage",   true);
  58. pref("browser.startup.agreed_to_licence",   false);
  59. pref("browser.startup.license_version",     0);
  60. pref("browser.startup.default_window",      1); // start up browser
  61. pref("browser.cache.disk_cache_size",       7680);
  62. pref("browser.cache.enable",                true);
  63. pref("browser.cache.memory_cache_size",     1024);
  64. pref("browser.cache.disk_cache_ssl",        false);
  65. pref("browser.foreground_color",            "#000000");
  66. pref("browser.background_color",            "#C0C0C0");
  67. pref("browser.anchor_color",                "#0000EE");
  68. pref("browser.visited_color",               "#551A8B");
  69. pref("browser.chrome.show_directory_buttons",   true);
  70. pref("browser.chrome.toolbar_style",        2);
  71. pref("browser.chrome.advanced_toolbar",     false);
  72. pref("browser.chrome.show_toolbar",         true);
  73. pref("browser.chrome.show_status_bar",      true);
  74. pref("browser.chrome.show_url_bar",         true);
  75. pref("browser.chrome.show_security_bar",    true);
  76. pref("browser.chrome.button_style",         0);
  77.  
  78. pref("browser.background_option",           0); // DEFAULT_BACKGROUND
  79. pref("browser.link_expiration",             9);
  80. pref("browser.cache.check_doc_frequency",   0);
  81.  
  82. pref("browser.delay_images",                false);
  83. pref("browser.underline_anchors",           true);
  84. pref("browser.never_expire",                false);
  85. pref("browser.display_while_loading",       true);
  86. pref("browser.custom_link_color",           false);
  87. pref("browser.custom_visited_color",        false);
  88. pref("browser.custom_text_color",           false);
  89. pref("browser.use_document_colors",         true);
  90. pref("browser.ldapfile_location",       "");
  91. pref("browser.print_background",            false);
  92. pref("browser.prefs_window.modeless",       false);
  93. pref("browser.prefs_window_rect",           "-1,-1,-1,-1");
  94. pref("browser.find_window_rect",            "-1,-1,-1,-1");
  95. pref("browser.bookmark_window_rect",        "-1,-1,-1,-1");
  96. pref("browser.download_window_rect",        "-1,-1,-1,-1");
  97. pref("browser.wfe.ignore_def_check",false);
  98. pref("browser.wfe.use_windows_colors",true);
  99. pref("browser.startup_mode",1);
  100. pref("browser.show_about_as_stupid_modal_window", false);
  101.  
  102.  
  103. // various default search settings
  104. pref("browser.search.defaulturl", "http://info.netscape.com/fwd/sidb1dnet/http://search.netscape.com/cgi-bin/search?search=");
  105. pref("browser.search.opensidebarsearchpanel", true);
  106. pref("browser.search.powermode", 0);
  107. pref("browser.search.use_double_clicks", false);
  108.  
  109. localDefPref("browser.bookmark_location",       "");
  110. localDefPref("browser.addressbook_location",    "");
  111. localDefPref("browser.socksfile_location",      "");
  112. localDefPref("browser.ldapfile_location",       "");
  113.  
  114. pref("browser.history.last_page_visited", "");
  115.  
  116. pref("browser.url_history.URL_1", "");
  117. pref("browser.url_history.URL_2", "");
  118. pref("browser.url_history.URL_3", "");
  119. pref("browser.url_history.URL_4", "");
  120. pref("browser.url_history.URL_5", "");
  121. pref("browser.url_history.URL_6", "");
  122. pref("browser.url_history.URL_7", "");
  123. pref("browser.url_history.URL_8", "");
  124. pref("browser.url_history.URL_9", "");
  125. pref("browser.url_history.URL_10", "");
  126. pref("browser.url_history.URL_11", "");
  127. pref("browser.url_history.URL_12", "");
  128. pref("browser.url_history.URL_13", "");
  129. pref("browser.url_history.URL_14", "");
  130. pref("browser.url_history.URL_15", "");
  131.  
  132. pref("browser.uriloader", true); // turn new uri loading on by default
  133.  
  134. pref("browser.personal_toolbar_button.min_chars", 15);
  135. pref("browser.personal_toolbar_button.max_chars", 30);
  136.  
  137. pref("browser.PICS.ratings_enabled", false);
  138. pref("browser.PICS.pages_must_be_rated", false);
  139. pref("browser.PICS.disable_for_this_session", false);
  140. pref("browser.PICS.reenable_for_this_session", false);
  141. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  142. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  143.  
  144. // gfx widgets
  145. pref("nglayout.widget.mode", 2);
  146. pref("nglayout.widget.gfxscrollbars", true);
  147.  
  148. // use nsViewManager2
  149. pref("nglayout.view.useViewManager2", true);
  150.  
  151. // Smart Browsing prefs
  152. pref("browser.related.enabled", true);
  153. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  154. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  155. pref("browser.related.detailsProvider", "http://cgi.netscape.com/cgi-bin/rlcgi.cgi?URL=");
  156. pref("browser.related.disabledForDomains", "");
  157. pref("browser.goBrowsing.enabled", true);
  158.  
  159.  
  160. // The NavCenter preferences
  161. localDefPref("browser.navcenter.dockstyle", 1); // 1 = left, 2 = right, 3 = top, 4 = bottom
  162. localDefPref("browser.navcenter.docked.tree.visible", false);
  163. localDefPref("browser.navcenter.docked.selector.visible", true);
  164. localDefPref("browser.navcenter.docked.tree.width", 250); // Percent of parent window consumed by docked nav center
  165. localDefPref("browser.navcenter.floating.rect", "20, 20, 400, 600"); // Window dimensions when floating
  166.  
  167. localDefPref("ghist.expires.pos",          4);
  168. localDefPref("ghist.expires.width",        1400);
  169. localDefPref("ghist.firstvisit.pos",       2);
  170. localDefPref("ghist.firstvisit.width",     1400);
  171. localDefPref("ghist.lastvisit.pos",        3);
  172. localDefPref("ghist.lastvisit.width",      1400);
  173. localDefPref("ghist.location.pos",         1);
  174. localDefPref("ghist.location.width",       2400);
  175. pref("ghist.show_value",           0);
  176. pref("ghist.sort_descending",      false);
  177. pref("ghist.sortby",               3);  // eGH_LastDateSort
  178. localDefPref("ghist.title.pos",            0);
  179. localDefPref("ghist.title.width",          2400);
  180. localDefPref("ghist.visiblecolumns",       6);
  181. localDefPref("ghist.visitcount.pos",       5);
  182. localDefPref("ghist.visitcount.width",     1000);
  183. localDefPref("ghist.window_rect",          "0,0,0,0");
  184.  
  185. pref("javascript.enabled",                  true);
  186. pref("javascript.allow.mailnews",           true);
  187. pref("javascript.allow.signing",            true);
  188. pref("javascript.reflect_preferences",      false);     // for PE
  189. pref("javascript.error.alerts",             false);
  190.  
  191. // advanced prefs
  192. pref("advanced.always_load_images",         true);
  193. pref("advanced.java.allow",                 true);
  194. pref("css.allow",                           true);
  195. pref("advanced.mailftp",                    true);
  196.  
  197. pref("offline.startup_state",            0);
  198. pref("offline.send.unsent_messages",            0);
  199. pref("offline.prompt_synch_on_exit",            true);
  200. pref("offline.news.download.use_days",          0);
  201.  
  202. pref("network.dnsAttempt",              0);
  203. pref("network.tcptimeout",                  0);         // use default
  204. pref("network.tcpbufsize",                  0);         //
  205. pref("network.use_async_dns",               true);
  206. pref("network.dnsCacheExpiration",          900); // in seconds
  207. pref("network.enableUrlMatch",              true);
  208. pref("network.max_connections",             4);
  209. pref("network.speed_over_ui",               true);
  210. pref("network.file_sort_method",            0);     // NAME 0, TYPE 1, SIZE 2, DATE 3
  211. pref("network.ftp.passive",            true);
  212. pref("network.hosts.smtp_server",           "mail");
  213. pref("network.hosts.pop_server",            "mail");
  214.  
  215. // sspitzer:  change this back to "news" when we get to beta.
  216. // for now, set this to news.mozilla.org because you can only
  217. // post to the server specified by this pref.
  218. pref("network.hosts.nntp_server",           "news.mozilla.org");
  219.  
  220. pref("network.hosts.socks_server",          "");
  221. pref("network.hosts.socks_serverport",      1080);
  222. pref("network.hosts.socks_conf",            "");
  223. pref("network.proxy.autoconfig_url",        "");
  224. pref("network.proxy.type",                  0);
  225. pref("network.proxy.ftp",                   "");
  226. pref("network.proxy.ftp_port",              0);
  227. pref("network.proxy.gopher",                "");
  228. pref("network.proxy.gopher_port",           0);
  229. pref("network.proxy.news",                  "");
  230. pref("network.proxy.news_port",             0);
  231. pref("network.proxy.http",                  "");
  232. pref("network.proxy.http_port",             0);
  233. pref("network.proxy.wais",                  "");
  234. pref("network.proxy.wais_port",             0);
  235. pref("network.proxy.ssl",                   "");
  236. pref("network.proxy.ssl_port",              0);
  237. pref("network.proxy.no_proxies_on",         "");
  238. pref("network.online",                      true); //online/offline
  239. pref("network.prompt_at_startup",           false);//Ask me
  240. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  241. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  242. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  243. pref("network.cookie.warnAboutCookies",     false);
  244. pref("signon.rememberSignons",              true);
  245. pref("network.sendRefererHeader",           2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  246. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  247. pref("network.padPacURL",                   ""); // The proxy autodiscovery url
  248. pref("wallet.captureForms",                 true);
  249. pref("wallet.notified",                     false);
  250. pref("wallet.fetchPatches",                 false);
  251. pref("wallet.Server",                       "http://www.mozilla.org/wallet/tables/");
  252. pref("wallet.version",                      "1");
  253. pref("wallet.enabled",                      false);
  254. pref("messages.new_window",                 true); // ML obsolete; use mailnews.message_in_thread_window
  255. pref("intl.accept_languages",               "en");
  256. pref("intl.mailcharset.cyrillic",           "koi8-r");
  257. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  258. pref("intl.auto_detect_encoding",           true);
  259. pref("intl.character_set",                  2);     // CS_LATIN1
  260. pref("intl.font_encoding",                  6);     // CS_MAC_ROMAN
  261.  
  262. pref("intl.charset_menu.static",           "iso-8859-1");
  263. pref("intl.charset_menu.cache",            "");
  264. pref("intl.charset.detector",              "");
  265.  
  266. pref("font.size.variable.ar", 16);
  267. pref("font.size.fixed.ar", 13);
  268.  
  269. pref("font.size.variable.el", 16);
  270. pref("font.size.fixed.el", 13);
  271.  
  272. pref("font.size.variable.he", 16);
  273. pref("font.size.fixed.he", 13);
  274.  
  275. pref("font.size.variable.ja", 16);
  276. pref("font.size.fixed.ja", 16);
  277.  
  278. pref("font.size.variable.ko", 16);
  279. pref("font.size.fixed.ko", 16);
  280.  
  281. pref("font.size.variable.th", 16);
  282. pref("font.size.fixed.th", 13);
  283.  
  284. pref("font.size.variable.tr", 16);
  285. pref("font.size.fixed.tr", 13);
  286.  
  287. pref("font.size.variable.x-baltic", 16);
  288. pref("font.size.fixed.x-baltic", 13);
  289.  
  290. pref("font.size.variable.x-central-euro", 16);
  291. pref("font.size.fixed.x-central-euro", 13);
  292.  
  293. pref("font.size.variable.x-cyrillic", 16);
  294. pref("font.size.fixed.x-cyrillic", 13);
  295.  
  296. pref("font.size.variable.x-unicode", 16);
  297. pref("font.size.fixed.x-unicode", 13);
  298.  
  299. pref("font.size.variable.x-western", 16);
  300. pref("font.size.fixed.x-western", 13);
  301.  
  302. pref("font.size.variable.zh-CN", 16);
  303. pref("font.size.fixed.zh-CN", 16);
  304.  
  305. pref("font.size.variable.zh-TW", 16);
  306. pref("font.size.fixed.zh-TW", 16);
  307.  
  308. pref("browser.enable_webfonts",         true);
  309. pref("browser.use_document_fonts",              1); // 0 = never, 1 = quick, 2 = always
  310.  
  311. // -- folders (Mac: these are binary aliases.)
  312. localDefPref("browser.download_directory",      "");
  313. localDefPref("browser.cache.directory",         "");
  314. localDefPref("mail.signature_file",             "");
  315. localDefPref("mail.directory",                  "");
  316. localDefPref("mail.cc_file",                    "");
  317. localDefPref("news.cc_file",                    "");
  318.  
  319. pref("news.fancy_listing",      true);      // obsolete
  320. localDefPref("browser.cache.wfe.directory", null);
  321. pref("browser.wfe.show_value", 1);
  322. pref("browser.blink_allowed", true);
  323. pref("images.dither", "auto");
  324. pref("images.incremental_display", true);
  325. pref("network.wfe.use_async_dns", true);
  326. pref("network.wfe.tcp_connect_timeout",0);
  327. localDefPref("news.directory",                  "");
  328. localDefPref("security.directory",              "");
  329.  
  330. pref("autoupdate.enabled",              true);
  331. pref("autoupdate.confirm_install",                false);
  332. pref("autoupdate.unsigned_jar_support",  false);
  333.  
  334. pref("silentdownload.enabled",    true);
  335. pref("silentdownload.directory",  "");
  336. pref("silentdownload.range",      3000);
  337. pref("silentdownload.interval",  10000);
  338.  
  339.  
  340. pref("imap.io.mac.logging", false);
  341.  
  342. pref("browser.editor.disabled", false);
  343.  
  344. pref("SpellChecker.DefaultLanguage", 0);
  345. pref("SpellChecker.DefaultDialect", 0);
  346.  
  347. pref("mime.table.allow_add", true);
  348. pref("mime.table.allow_edit", true);
  349. pref("mime.table.allow_remove", true);
  350.  
  351. //prefs for product registration/activation
  352. pref("browser.registration.enable", false);
  353. pref("browser.registration.url", "");
  354. pref("browser.registration.domain", "");
  355. pref("browser.registration.acceptdomain", "");
  356. pref("browser.registration.mailservername", "");
  357. pref("browser.registration.mailservertype", "");
  358.  
  359. pref("signed.applets.codebase_principal_support", false);
  360.  
  361. pref("security.policy.default.barprop.visible.write", "UniversalBrowserWrite");
  362.  
  363. pref("security.policy.default.document.createattribute", "sameOrigin");
  364. pref("security.policy.default.document.createcdatasection", "sameOrigin");
  365. pref("security.policy.default.document.createcomment", "sameOrigin");
  366. pref("security.policy.default.document.createdocumentfragment", "sameOrigin");
  367. pref("security.policy.default.document.createelement", "sameOrigin");
  368. pref("security.policy.default.document.createentityreference", "sameOrigin");
  369. pref("security.policy.default.document.createprocessinginstruction", "sameOrigin");
  370. pref("security.policy.default.document.createtextnode", "sameOrigin");
  371. pref("security.policy.default.document.doctype", "sameOrigin");
  372. pref("security.policy.default.document.documentelement", "sameOrigin");
  373. pref("security.policy.default.document.getelementsbytagname", "sameOrigin");
  374. pref("security.policy.default.document.implementation", "sameOrigin");
  375. pref("security.policy.default.htmldocument.anchors", "sameOrigin");
  376. pref("security.policy.default.htmldocument.applets", "sameOrigin");
  377. pref("security.policy.default.htmldocument.body", "sameOrigin");
  378. pref("security.policy.default.htmldocument.cookie", "sameOrigin");
  379. pref("security.policy.default.htmldocument.domain", "sameOrigin");
  380. pref("security.policy.default.htmldocument.forms", "sameOrigin");
  381. pref("security.policy.default.htmldocument.getelementbyid", "sameOrigin");
  382. pref("security.policy.default.htmldocument.getelementsbyname", "sameOrigin");
  383. pref("security.policy.default.htmldocument.links", "sameOrigin");
  384. pref("security.policy.default.htmldocument.referrer", "sameOrigin");
  385. pref("security.policy.default.htmldocument.title", "sameOrigin");
  386. pref("security.policy.default.htmldocument.url", "sameOrigin");
  387. pref("security.policy.default.nshtmldocument.alinkcolor.write", "sameOrigin");
  388. pref("security.policy.default.nshtmldocument.bgcolor.write", "sameOrigin");
  389. pref("security.policy.default.nshtmldocument.captureevents", "sameOrigin");
  390. pref("security.policy.default.nshtmldocument.embeds", "sameOrigin");
  391. pref("security.policy.default.nshtmldocument.fgcolor.write", "sameOrigin");
  392. pref("security.policy.default.nshtmldocument.getselection", "sameOrigin");
  393. pref("security.policy.default.nshtmldocument.lastmodified", "sameOrigin");
  394. pref("security.policy.default.nshtmldocument.layers.write", "sameOrigin");
  395. pref("security.policy.default.nshtmldocument.linkcolor.write", "sameOrigin");
  396. pref("security.policy.default.nshtmldocument.nameditem", "sameOrigin");
  397. pref("security.policy.default.nshtmldocument.open", "sameOrigin");
  398. pref("security.policy.default.nshtmldocument.plugins", "sameOrigin");
  399. pref("security.policy.default.nshtmldocument.releaseevents", "sameOrigin");
  400. pref("security.policy.default.nshtmldocument.routeevent", "sameOrigin");
  401. pref("security.policy.default.nshtmldocument.vlinkcolor.write", "sameOrigin");
  402. pref("security.policy.default.nshtmldocument.write", "sameOrigin");
  403. pref("security.policy.default.nshtmldocument.writeln", "sameOrigin");
  404.  
  405. pref("security.policy.default.eventtarget.addeventlistener", "sameOrigin");
  406.  
  407. pref("security.policy.default.history.current.read", "UniversalBrowserRead");
  408. pref("security.policy.default.history.next.read", "UniversalBrowserRead");
  409. pref("security.policy.default.history.previous.read", "UniversalBrowserRead");
  410.  
  411. pref("security.policy.default.htmlinputelement.value", "sameOrigin");
  412.  
  413. pref("security.policy.default.htmlimageelement.src", "sameOrigin");
  414. pref("security.policy.default.htmlimageelement.lowsrc", "sameOrigin");
  415.  
  416. pref("security.policy.default.location.hash.read", "sameOrigin");
  417. pref("security.policy.default.location.host.read", "sameOrigin");
  418. pref("security.policy.default.location.hostname.read", "sameOrigin");
  419. pref("security.policy.default.location.href.read", "sameOrigin");
  420. pref("security.policy.default.location.pathname.read", "sameOrigin");
  421. pref("security.policy.default.location.port.read", "sameOrigin");
  422. pref("security.policy.default.location.protocol.read", "sameOrigin");
  423. pref("security.policy.default.location.search.read", "sameOrigin");
  424. pref("security.policy.default.location.tostring.read", "sameOrigin");
  425.  
  426. pref("security.policy.default.navigator.preference.read", "UniversalPreferencesRead");
  427. pref("security.policy.default.navigator.preference.write", "UniversalPreferencesWrite");
  428.  
  429. pref("security.policy.default.node.appendchild", "sameOrigin");
  430. pref("security.policy.default.node.attributes", "sameOrigin");
  431. pref("security.policy.default.node.childnodes", "sameOrigin");
  432. pref("security.policy.default.node.clonenode", "sameOrigin");
  433. pref("security.policy.default.node.firstchild", "sameOrigin");
  434. pref("security.policy.default.node.haschildnodes", "sameOrigin");
  435. pref("security.policy.default.node.insertbefore", "sameOrigin");
  436. pref("security.policy.default.node.lastchild", "sameOrigin");
  437. pref("security.policy.default.node.nextsibling", "sameOrigin");
  438. pref("security.policy.default.node.nodename", "sameOrigin");
  439. pref("security.policy.default.node.nodetype", "sameOrigin");
  440. pref("security.policy.default.node.nodevalue", "sameOrigin");
  441. pref("security.policy.default.node.ownerdocument", "sameOrigin");
  442. pref("security.policy.default.node.parentnode", "sameOrigin");
  443. pref("security.policy.default.node.previoussibling", "sameOrigin");
  444. pref("security.policy.default.node.removechild", "sameOrigin");
  445. pref("security.policy.default.node.replacechild", "sameOrigin");
  446.  
  447. pref("security.policy.default.window.status", "sameOrigin");
  448.  
  449. /* 0=lines, 1=pages, 2=history */
  450. pref("mousewheel.withnokey.action",0);
  451. pref("mousewheel.withnokey.numlines",1);    
  452. pref("mousewheel.withnokey.sysnumlines",true);
  453. pref("mousewheel.withcontrolkey.action",1);
  454. pref("mousewheel.withcontrolkey.numlines",1);
  455. pref("mousewheel.withcontrolkey.sysnumlines",false);
  456. pref("mousewheel.withshiftkey.action",0);
  457. pref("mousewheel.withshiftkey.numlines",1);
  458. pref("mousewheel.withshiftkey.sysnumlines",false);
  459. pref("mousewheel.withaltkey.action",2);
  460. pref("mousewheel.withaltkey.numlines",1);
  461. pref("mousewheel.withaltkey.sysnumlines",false);
  462.  
  463. pref("profile.confirm_automigration",true);
  464.  
  465. // Customizable toolbar stuff
  466. pref("custtoolbar.personal_toolbar_folder", "");
  467. pref("custtoolbar.has_toolbar_folder", true);
  468. pref("custtoolbar.Browser.Navigation_Toolbar.position", 0);
  469. pref("custtoolbar.Browser.Navigation_Toolbar.showing", true);
  470. pref("custtoolbar.Browser.Navigation_Toolbar.open", true);
  471. pref("custtoolbar.Browser.Location_Toolbar.position", 1);
  472. pref("custtoolbar.Browser.Location_Toolbar.showing", true);
  473. pref("custtoolbar.Browser.Location_Toolbar.open", true);
  474. pref("custtoolbar.Browser.Personal_Toolbar.position", 2);
  475. pref("custtoolbar.Browser.Personal_Toolbar.showing", true);
  476. pref("custtoolbar.Browser.Personal_Toolbar.open", true);
  477. pref("custtoolbar.Messenger.Navigation_Toolbar.position", 0);
  478. pref("custtoolbar.Messenger.Navigation_Toolbar.showing", true);
  479. pref("custtoolbar.Messenger.Navigation_Toolbar.open", true);
  480. pref("custtoolbar.Messenger.Location_Toolbar.position", 1);
  481. pref("custtoolbar.Messenger.Location_Toolbar.showing", true);
  482. pref("custtoolbar.Messenger.Location_Toolbar.open", true);
  483. pref("custtoolbar.Messages.Navigation_Toolbar.position", 0);
  484. pref("custtoolbar.Messages.Navigation_Toolbar.showing", true);
  485. pref("custtoolbar.Messages.Navigation_Toolbar.open", true);
  486. pref("custtoolbar.Messages.Location_Toolbar.position", 1);
  487. pref("custtoolbar.Messages.Location_Toolbar.showing", true);
  488. pref("custtoolbar.Messages.Location_Toolbar.open", true);
  489. pref("custtoolbar.Folders.Navigation_Toolbar.position", 0);
  490. pref("custtoolbar.Folders.Navigation_Toolbar.showing", true);
  491. pref("custtoolbar.Folders.Navigation_Toolbar.open", true);
  492. pref("custtoolbar.Folders.Location_Toolbar.position", 1);
  493. pref("custtoolbar.Folders.Location_Toolbar.showing", true);
  494. pref("custtoolbar.Folders.Location_Toolbar.open", true);
  495. pref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0);
  496. pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true);
  497. pref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true);
  498. pref("custtoolbar.Compose_Message.Message_Toolbar.position", 0);
  499. pref("custtoolbar.Compose_Message.Message_Toolbar.showing", true);
  500. pref("custtoolbar.Compose_Message.Message_Toolbar.open", true);
  501. pref("custtoolbar.Composer.Composition_Toolbar.position", 0);
  502. pref("custtoolbar.Composer.Composition_Toolbar.showing", true);
  503. pref("custtoolbar.Composer.Composition_Toolbar.open", true);
  504. pref("custtoolbar.Composer.Formatting_Toolbar.position", 1);
  505. pref("custtoolbar.Composer.Formatting_Toolbar.showing", true);
  506. pref("custtoolbar.Composer.Formatting_Toolbar.open", true);
  507.  
  508. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  509.  
  510. pref("prefs.converted-to-utf8",false);
  511.  
  512. pref("browser.throbber.url","http://www.mozilla.org");
  513.